home *** CD-ROM | disk | FTP | other *** search
/ Mastering Public Speaking / Mastering Public Speaking.iso / pc / Click Here.exe / Click Here.dxr / Internal_37_toggle channel1.ls < prev    next >
Encoding:
Text File  |  2003-05-13  |  102 b   |  8 lines

  1. on mouseUp me
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   else
  5.     puppetSound(1, "intro")
  6.   end if
  7. end
  8.